vcSendSignalStatement
Send Signal statement sends a simulation signal, i.e. triggers a signal behavior, with a given value.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| SelectedComponent | vcComponent | RW | Gets or sets the component that owns the signal. Must be a static component. |
| SelectedSignal | vcBehavior | RW | Gets or sets the signal behavior to trigger. Must be either Boolean, Integer, Real or String signal. |
| ValueProperty | vcExpressionProperty | R | Gets an expression property which is used to generate the value for the signal. |